home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.11 / 2002-01_-_Disc_7.11.iso / Data / items_bak.pcg / scripts / DefineButton2_282 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2001-10-11  |  101b  |  8 lines

  1. on(press){
  2.    tellTarget("downControl")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.